Cloning Brodo Backend



Related Project

express JS (https://github.com/firmansyahfachmi/Frontend-Clone-Brodo.git)

MyXL Backend is a rest api application for cloning MyXL application using react-native and admin site using reactJS. Built with NodeJs using the ExpressJs Framework and NoSQL mongo Database. Express.js is a web application framework for Node.js. More about Express

Built With

Express.js Node.js

Requirements

  1. Node Js
  2. Node_modules
  3. Postman
  4. Web Server (ex. localhost)

How to run the app ?

  1. Open app's directory in CMD or Terminal
  2. Type npm install
  3. Make new file a called .env, set up first here
  4. Turn on Web Server and MySQL can using Third-party tool like xampp, etc.
  5. Create a database with the name simple-rest, and Import file rent.sql to phpmyadmin
  6. Open Postman desktop application or Chrome web app extension that has installed before
  7. Choose HTTP Method and enter request url.(ex. localhost:3030/notes)
  8. You can see all the end point here

Set up .env file

Open .env file on your favorite code editor, and copy paste this code below :

PORT=3030
HOST=localhost
USER=root // default
PASS= // default
DATABASE=simple-rest
NODE_ENV=development node server.js

Contributors

M Fachmi Firmansyah
M Fachmi Firmansyah
Galih Mahendra W
Galih Mahendra W
Firmansyah Rozy
Firmansyah Rozy
M. Fikri Basa
M. Fikri Basa