A brief description of your Node.js project, including its purpose and key features.
- Node.js
- Express.js
- TypeScript (if applicable)
- MongoDB / PostgreSQL / MySQL
- Other relevant libraries or tools
- Clone the repository:
git clone https://github.com/Esavwede/TechUni-project.git
- Navigate to the project directory:
cd TECHUNI-PROJECT - Install dependencies:
npm install
- Set up environment variables:
- Create a
.envfile in the root directory - Add necessary environment variables (e.g., database connection, API keys)
- Create a
NODE_ENV=development
DB_URI=mongodb://localhost:27017
To start the application, run:
npm startFor development mode with hot reload:
npm run start:devList key API routes if applicable:
GET /- Home Page
- Fork the repository
- Create a new branch (
feature/new-feature) - Commit your changes
- Push to the branch and create a Pull Request
Specify the license (e.g., MIT, Apache 2.0) if applicable.
For questions or support, contact:
- Ogaga Esavwede
- LinkedIn: Ogaga Esavwede
- Email: ogagaoghene.esavwede@gmail.com