Skip to content

This includes the backend server for Open-Certs. After seeing so many open-source projects being monetized without giving any recognition to contributors, Open-Certs comes with the vision to certify every open-source contribution. Open-Certs backend is based on RESTFULL arch. as of now. It mainly takes adavntage of Node.js, MongoDB, ExpressJS, E…

Notifications You must be signed in to change notification settings

SatabrataPaul-GitAc/oc-backend

 
 

Repository files navigation

Open-Certs-Backend

open-certs

This includes the backend server for Open-Certs.

After seeing so many open-source projects being monetized without giving any recognition to contributors, Open-Certs comes with the vision to certify every open-source contribution.

Open-Certs backend is based on RESTFULL arch. as of now. It mainly takes adavntage of Node.js, MongoDB, ExpressJS, EJS (as tampelate engine), etc. to deliver the required services to Open-Certs-Frontend

Setup

  • To get started, install the required node modules:
npm install
  • Then copy the sample.env to .env and configure it.

  • Install Postman from here

Run

Then issue the following command to run the server:

npm start

Or use the following command to run the server in development mode:

npm run dev

Documentation

  • To get the documention of rest apis import Open Certs.postman_collection.json into Postman.

Contributing

Any contributions you make are greatly appreciated.

  1. Create / Choose an issue here.
  2. Get the issue assigned to yourself by commenting.
  3. Fork the Project
  4. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  5. Commit your Changes (git commit -m 'Add some AmazingFeature')
  6. Push to the Branch (git push origin feature/AmazingFeature)
  7. Open a Pull Request

Contributors:

Credits goes to these people: ✨

Visitor's Count Visitor Count

About

This includes the backend server for Open-Certs. After seeing so many open-source projects being monetized without giving any recognition to contributors, Open-Certs comes with the vision to certify every open-source contribution. Open-Certs backend is based on RESTFULL arch. as of now. It mainly takes adavntage of Node.js, MongoDB, ExpressJS, E…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 73.5%
  • EJS 21.2%
  • Shell 4.8%
  • CSS 0.5%