This is the backend for skillstack platform.
Link to frontend repository: SkillStack
-
Clone this repository:
git clone https://github.com/lavanyagarg112/skillstack-backend.git cd skillstack-backend -
Create a
.envfile by copying the example file:cp .env.example .env
-
Fill in the values for your database credentials in the
.envfile. -
Install dependencies:
npm install
-
Start the server
npm run server