Skip to content
/ sorest Public

A social media backend with node js and express

License

Notifications You must be signed in to change notification settings

abidta/sorest

Repository files navigation

soREST

A social media backend with node js and express

Development

Setup

  1. Clone the repo

    git clone https://github.com/abidta/sorest.git
  2. Go to the project folder

    cd sorest
  3. Install packages with npm

    npm install
  4. Configure environment variables in the .env file.

  5. Start the server. In a development environment, just do:

    npm run dev

Happy Coding!!! ❤️