Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 917 Bytes

README.md

File metadata and controls

45 lines (29 loc) · 917 Bytes

User-backend

This is the repository for the User backend of the project Rezonance

Prerequisites

Make sure you have node installed.

Installation

  1. Clone the repo
git clone https://github.com/rezonance-india/rezonancebackend
  1. Install the packages
npm install
  1. Make .env file and add the following required secret keys.
MONGO_URI
JWT_SECRET
  1. Start the node server.
npm run dev

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request