Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop #23

Open
wants to merge 29 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
d669baa
Shifting to NoSQL
dextel2 Sep 28, 2021
ba06826
Prettier Configuration
dextel2 Sep 29, 2021
6cb1afe
Further Updates
dextel2 Sep 29, 2021
ae38aec
Working on Cart
dextel2 Sep 30, 2021
bfadb72
add translation to fix #11
STM3900 Oct 2, 2021
911e8ca
Merge pull request #14 from STM3900/develop
dextel2 Oct 2, 2021
9918b26
language #11
dextel2 Oct 2, 2021
23a0a23
#11 Working on Languages
dextel2 Oct 2, 2021
114b2d6
Update README.md
nkhandelwal07 Oct 5, 2021
e4ba099
Merge pull request #16 from nkhandelwal07/develop
dextel2 Oct 5, 2021
efa7929
Changed the project structure
dextel2 Oct 10, 2021
b0c3858
#7 Converted Project in ES6
dextel2 Oct 10, 2021
7447c8d
Updated build command for AWS
dextel2 Oct 12, 2021
a1c5aa3
Update cart.css
Smollet777 Oct 19, 2021
c821f97
Merge pull request #20 from Smollet777/patch-1
dextel2 Oct 19, 2021
9c78fab
fixed filepath
dextel2 Oct 20, 2021
a66bcb9
Copilot
dextel2 Aug 7, 2022
b49c14d
#13 code review
JaideepVidwani Sep 30, 2022
a497e1f
Merge pull request #21 from JaideepVidwani/patch-1
dextel2 Sep 30, 2022
6b02161
#13 Code review
karankeyash Oct 2, 2022
e74259c
Merge pull request #25 from karankeyash/patch-2
dextel2 Oct 2, 2022
bd31f03
Formatted document
karankeyash Oct 2, 2022
573c518
Merge pull request #26 from karankeyash/patch-2
dextel2 Oct 2, 2022
64614a4
#13 code review
karankeyash Oct 3, 2022
743edce
Merge pull request #27 from karankeyash/patch-3
dextel2 Oct 3, 2022
6e7f36f
Merge branch 'master' into develop
dextel2 Aug 22, 2023
b26d588
add get404 controller
dextel2 Oct 2, 2023
475490b
add new book
dextel2 Oct 2, 2023
b5fe6c7
Merge pull request #29 from dextel2/patch-1-k
dextel2 Oct 2, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"presets": ["@babel/preset-env"]
}
5 changes: 4 additions & 1 deletion .env.prod
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
PORT = 8080
PORT = 8080
MONGO_DB_USER = karankeyash
MONGO_DB_PASS = 5iQjbOd5VsALNtKL
MONGO_CONNECTION = mongodb+srv://karankeyash:[email protected]/myFirstDatabase?retryWrites=true&w=majority
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This shouldn't be here

12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
# core-server

[![wakatime](https://wakatime.com/badge/github/dextel2/core-server.svg)](https://wakatime.com/badge/github/dextel2/core-server)


# Project
## Template Usage
1. This is a boilerplate project, which means anyone can use it as a template.
1. This is a build upon MySQL and MongoDB, meaning you can build your project using this as your template.
## User Interface
1. The user interface for this project is very simple!
1. The idea is to use [CRUD](https://en.wikipedia.org/wiki/Create,_read,_update_and_delete)(Create, Read, Update and Delete) operators in a simple way.
=======
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fdextel2%2Fcore-server.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fdextel2%2Fcore-server?ref=badge_shield)


## License
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fdextel2%2Fcore-server.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fdextel2%2Fcore-server?ref=badge_large)


## Hacktoberfest

If you wish to contribute, make sure you work in the develop branch, the master/main branch is only for *release* to the production.
95 changes: 0 additions & 95 deletions controllers/admin.js

This file was deleted.

153 changes: 0 additions & 153 deletions controllers/shop.js

This file was deleted.

9 changes: 0 additions & 9 deletions data/products.json

This file was deleted.

13 changes: 0 additions & 13 deletions models/cart.js

This file was deleted.

14 changes: 0 additions & 14 deletions models/cartItem.js

This file was deleted.

26 changes: 0 additions & 26 deletions models/product.js

This file was deleted.

15 changes: 0 additions & 15 deletions models/user.js

This file was deleted.

Loading