Development Bootcamps API made with Node.JS and Express with a lot of routes and methods
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
APIs are vital tools for businesses in all industries. The importance of APIs from a technical standpoint, they allow the capabilities of one computer program to be used by another. They are a means by which two different programs are able to communicate.
Here's why:
- APIs are needed to bring applications together in order to perform a designed function built around sharing data and executing pre-defined processes
- It helps me ,As a full stack developer, separate different concerns, especially between front and back ends
- Having the ability to extend the application on a variety of platforms is a great advantage of using APIS
To get started clone the repository and read the installation instructions below
list of things you need to use the software
- npm
npm install npm@latest -g
- MongoDB installed locally on your PC
_Below is an example of how you can install and set up the app locally.
-
Clone the repo
git clone https://github.com/Yazan-Ali-01/Developers-Camp-Api.git
-
Install NPM packages
npm install
-
Enter your environment variables in
.env.example
then change its name to.env
only -
start MongoDB local database server in your terminal with
mongod
-
start application with
npm run dev
in the terminal -
Test it with the API tool you want (PostMan is preferred)
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Email: yazan.ali.dev@gmail.com
Project Link: https://github.com/Yazan-Ali-01/Developers-Camp-Api