This is an Express.js application that provides APIs for FastTrack-Edu.
Before running this application, ensure you have the following installed:
git clone https://github.com/FastTrack-Edu/Express-API.git
cd Express-APInpm installcp .env.example .envUsing Nodemon
nodemon index.jsUsing Node
node index.js