Web Tech CW #2
This coursework is about developing a website to have a log-in and register functions.
To start this website, you need to have MongoDB and Node.js downloaded.
After downloading them open the cmd and type mongo:
C:\mongodb\bin>mongo
After that, open another cmd/git bash go that the folder that this project is in, and type npm start:
$ npm start
Finaly, open chrome and type localhost:3000
In order to make the Contact form works:
- you have to sign in with the email and password in the code
- turn lesssecure on