nottherealalanturing / courses-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Courses API.

A simple API for courses with basic CRUD functionalities, built with nodeJS.

Built With

  • Javascript

Live Demo

API Link

Getting Started

To get a local copy up and running follow these steps:

Prerequisites

  • Javascript
  • Nodejs
  • Git

Usage

  • Fork/Clone this project to your local machine
  • Open folder in your local enviroment and run thes lines of code to get started:

Install packages with:

npm install

Start server with:

npm start

Then use POSTMAN to test endpoints port 3000 on your local machine. or consume endpoints from your application.

Deployment

Follow vendor specific instructions to deploy the application.

Authors

👤 Assad Isah

🤝 Contributing

Contributions and feature requests are welcome!

Start by:

  • Forking the project
  • Cloning the project to your local machine
  • cd into the project directory
  • Run git checkout -b your-branch-name
  • Make your contributions
  • Push your branch up to your forked repository
  • Open a Pull Request with a detailed description to the development(or master if not available) branch of the original project for a review

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

📝 License

This project is MIT licensed.

About


Languages

Language:JavaScript 100.0%