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.
- Open the command prompt and clone this repository.
mkdir sharedops-backend
cd sharedops-backend
git clone https://github.com/andresfelipedev/sharedops-backend.git
-
Run
npm install
. -
Create a
.env
file in the root directory with the next environment variables:
MONGODB_URI=mongodb://localhost/sharedops
TOKEN_KEY="Token-Auth"
- Execute
npm run dev
.
Create a pull request to contribute to this project. Open an issue to discuss major changes.