-
Notifications
You must be signed in to change notification settings - Fork 7
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
dextel2
wants to merge
29
commits into
master
Choose a base branch
from
develop
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Develop #23
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
d669baa
Shifting to NoSQL
dextel2 ba06826
Prettier Configuration
dextel2 6cb1afe
Further Updates
dextel2 ae38aec
Working on Cart
dextel2 bfadb72
add translation to fix #11
STM3900 911e8ca
Merge pull request #14 from STM3900/develop
dextel2 9918b26
language #11
dextel2 23a0a23
#11 Working on Languages
dextel2 114b2d6
Update README.md
nkhandelwal07 e4ba099
Merge pull request #16 from nkhandelwal07/develop
dextel2 efa7929
Changed the project structure
dextel2 b0c3858
#7 Converted Project in ES6
dextel2 7447c8d
Updated build command for AWS
dextel2 a1c5aa3
Update cart.css
Smollet777 c821f97
Merge pull request #20 from Smollet777/patch-1
dextel2 9c78fab
fixed filepath
dextel2 a66bcb9
Copilot
dextel2 b49c14d
#13 code review
JaideepVidwani a497e1f
Merge pull request #21 from JaideepVidwani/patch-1
dextel2 6b02161
#13 Code review
karankeyash e74259c
Merge pull request #25 from karankeyash/patch-2
dextel2 bd31f03
Formatted document
karankeyash 573c518
Merge pull request #26 from karankeyash/patch-2
dextel2 64614a4
#13 code review
karankeyash 743edce
Merge pull request #27 from karankeyash/patch-3
dextel2 6e7f36f
Merge branch 'master' into develop
dextel2 b26d588
add get404 controller
dextel2 475490b
add new book
dextel2 b5fe6c7
Merge pull request #29 from dextel2/patch-1-k
dextel2 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"presets": ["@babel/preset-env"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
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