Skip to content

coriuday/backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Title

Description

This project is a backend application built with Express.js and MongoDB. It provides a RESTful API for managing projects, users, and payments.

Installation Instructions

  1. Clone the repository:
    git clone https://github.com/your_git_name/your_repo_name.git
  2. Navigate to the project directory:
    cd your-repo-name
  3. Install the dependencies:
    npm install
  4. Create a .env file in the root directory and add your MongoDB connection string:
    MONGODB_URI=your_mongodb_connection_string
    SERVER_PORT=5000
    

Usage

To start the server, run:

node server.js

The server will run on port 5000.

Contributing

Contributions are welcome! Please open an issue or submit a pull request.

License

This project is licensed under the MIT License.

backend

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published