Skip to content

andresdotfelipe/sharedops-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sharedops (back-end)



Sharedops

Sharedops is a web application where people can share their opinions. This is the back-end for Sharedops, built with:

  • Node JS - To use JavaScript on the server side.
  • Express - To use MVC architecture on the server side.
  • MongoDB - To support large amounts of both data and traffic.
  • Mongoose - To model the application data.

This web application is also made with learning purposes.

Installation

  1. Open the command prompt and clone this repository.
mkdir sharedops-backend
cd sharedops-backend
git clone https://github.com/andresfelipedev/sharedops-backend.git
  1. Run npm install.

  2. Create a .env file in the root directory with the next environment variables:

MONGODB_URI=mongodb://localhost/sharedops
TOKEN_KEY="Token-Auth"
  1. Execute npm run dev.

Contributing

Create a pull request to contribute to this project. Open an issue to discuss major changes.

License

MIT

About

Back-end of Sharedops, your web application for opinion sharing.

Topics

Resources

Stars

Watchers

Forks