Project | Installation | Technologies | Credits
This project is a challenge by Luiz Otávio Miranda that i pratice my knowledge in Front End and Back End.
This app you can register, log in and create a contact list.
-
Important: You must have installed the Node.js, Git and have an account in MongoDB Atlas.
-
And then you must make a file called ".env" in root repository and you put your connection string generated by MongoDB Atlas, similar to this one:
CONECTIONSTRING=PutYourConectionStringHere
# clone it
$ git clone https://github.com/Wesley-AlvesRolim/Projeto-Agenda.git
# Enter in the respository
$ cd Projeto-Agenda
# Install dependencies
$ npm install
# Running script
$ npx webpack
$ npm start
- And enter in your browser using http://localhost:3333
This project was developed using the following technologies:
Curso de Javascript e Typescript do Luiz Otávio Miranda