Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# RoslagenSmyckenWebsite
Testing Environment Website - The website of a small jewelry company

This 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=""