josefrangl / noREST-api

The backend for the web's leading noREST repository

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

noRest

noRest is a service platform that lets you create a comprehensive no-code API in minutes. Using our server, client's can create an exentisive database within minutes and use their personalised endpoint in their own front-end projects.

This is the back-end repository. The front end repository can be found at: https://github.com/stevelagarto/noREST-Front-End

noREST Create API Page

Getting Started

  1. Clone the repository:
git clone https://github.com/josefrangl/noREST-Back-End
  1. Install the dependencies:
npm install
  1. Run the server with nodemon, ignoring certain folders that don't need to be watched:
npm run devstart

Tech Stack

Contributing

We built noRest from start to finish in just 10 days. We are aware that there is of room for improvement, so please feel free to contribute to the project. Just fork the repository and submit a pull request. We have a linter set up so, before committing your code make sure you run:

`npx gulp lint`

Thank you in advance!

Team

License

This projected is licensed under the MIT License.

About

The backend for the web's leading noREST repository


Languages

Language:JavaScript 100.0%