API for internsathi - internship Application Management System
- Docker
or
- Node.js
- MongoDB
- Yarn
Click Me
- Clone the repository
- Use docker-compose to run the server
git clone [email protected]:devsargam/internsathi-api.git
docker-compose up
Click Me
- Clone the repository
- Install the dependencies
- Fill the necessary environment variables (see .env.example)
- Run the server
git clone [email protected]:devsargam/internsathi-api.git
cd internsathi-api
cp .env.example .env
yarn
yarn dev
Use insomnia to test the API import config to insomnia project then explore different routes
This project is licensed under the MIT License - see the LICENSE file for details.