Skip to content

DaniCabrera91/2-Proyecto-Backend

Repository files navigation

Mongoose Backend For Social

Practice project building a social media app implementing everything learned from nodeJs, Express, mongoDB, mongoose and docker.

Authors

Tech Stack

NodeJs Express MongoDB

Mongoose Docker DotEnv

Environment Variables

In order to initialize the project, it is necessary to rename the .env.example file to .env, and then complete the fields of the following environment variables.

PORT MONGO_URI JWT_SECRET

MONGO_USER MONGO_PASSWORD MONGO_DATABASE

Steps to run locally

1.- Clone the project repository

  git clone https://github.com/DaniCabrera91/2-Proyecto-Backend

2.- Go to your project directory

  cd 2-Proyecto-Backend

3.- Install dependencies

  npm install

4.- Start the server

  npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published