Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/b-andir/roslagen-smycken-website
Testing Environment Website - The website of a small jewelry company
https://github.com/b-andir/roslagen-smycken-website
website
Last synced: about 1 month ago
JSON representation
Testing Environment Website - The website of a small jewelry company
- Host: GitHub
- URL: https://github.com/b-andir/roslagen-smycken-website
- Owner: B-andir
- License: apache-2.0
- Created: 2021-05-10T21:10:08.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-06-26T11:42:50.000Z (over 3 years ago)
- Last Synced: 2024-01-26T15:41:58.293Z (12 months ago)
- Topics: website
- Language: JavaScript
- Homepage: https://roslagen-smycken.herokuapp.com/
- Size: 1.19 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RoslagenSmyckenWebsite
Testing Environment Website - The website of a small jewelry companyThis project was created to serve as a testing environment for implementing different features using Node.js and Express, ejs and scss.
The primary feature that has currently been made functional is a registration, login and authentication system, which should be secure through use of JWT (Json Web Token) and cookies, as well as bcrypt for hashing passwords.
The Database used for this project is a MongoDB atlas database, so to..
--- GET THE PROJECT WORKING FOR YOU ---
You have to...
Make a .env file in the root directory and add the folowing lines to it:
JWT_SECRET=""
DBUSERS_CONN_URL=""