/Projeto-Agenda

In this project, i practice my knowledge, in special back-end, that i get with Luis Otavio Miranda In Udemy

Primary LanguageJavaScript

Agenda


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.


💻 Project

This app you can register, log in and create a contact list.


Readme Gif



Installation

  • 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

🚀 Technologies

This project was developed using the following technologies:

  • <%= EJS %>

  • Css

  • Javascript

  • Webpack

  • NodeJs

  • Express

  • Mongoose

  • MongoDB

👌Credits

Curso de Javascript e Typescript do Luiz Otávio Miranda