Skip to content

Contributing to open source can be a rewarding way to learn, teach, and build experience.

License

Notifications You must be signed in to change notification settings

msk4862/Backend

 
 

Repository files navigation

hello

CodeTrophs

Contributing to open source can be a rewarding way to learn, teach, and build experience in just about any skill you can imagine.

Issues Pull Requests Forks Stars License

forthebadge forthebadge forthebadge forthebadge

Before You Start READ Wiki Section

Setup local .env Watch


🚀 Quick start

Here is our quickstart guide.

Fork & Clone the repo

 git clone https://github.com/CodeTrophs/Backend.git

Install node dependencies

 cd Backend/
 npm install

Windows

npm install -g nodemon

Start developing. Navigate into your new site’s directory and start it up.

npm run dev:start

Open the source code and start editing!

Your site is now running at http://localhost:3000/api/v1/status!

Open the codetrophs directory in your code editor of choice and edit files under src. Save your changes and the browser will update in real time!

For working on the repository, you'll have to follow these steps:

1: Fork the repo

2: Create a new branch on the forked repository. The name of the new branch should be issue-<ISSUE NO>.

3: Clone the repository on your system.

4: Work on the new branch and push the code.

5: Create a PR.

❤️ Project Admin


Arya Soni

👑 Admin

About

Contributing to open source can be a rewarding way to learn, teach, and build experience.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.0%
  • Other 1.0%