The Tech Studio Student Management System is an Express server designed to store and manage information about students. Its primary features include storing student details in a database and tracking tuition payments.
-
Student Information Storage:
- The server provides endpoints to store and retrieve information about students, including their email, username, and other relevant details.
-
Tuition Payment Tracking:
- The system allows for tracking tuition payments, helping to keep a record of payments made by students.
-
Clone the repository:
git clone https://github.com/techstudioconsults/TSA-database-server.git
-
Install dependencies:
npm install
-
Configure the environment variables:
- Create a
.envfile based on the provided.env.example. - Update the necessary variables like
DB_CONNECTION_STRING,CLOUDINARY_CONFIGS, etc.
- Create a
-
Run the server:
npm start
The server will be running at
http://localhost:3000.
This project was developed by