Files
kno-logic-api/README.md
2021-05-04 02:23:04 -04:00

775 B

kno-logic-api

Kno-logic is a mobile learning platform with a short number of curated articles added daily for lifelong learners. This API was built with NodeJS and Express, and uses MongoDB as a database.

Developing locally

If you would like to run the application you will need:

  • NodeJS 14
  • MongoDB Community

Install the latest version of Node.js. Install the latest version of MongoDB Community Server. Clone the repository, and run the following:

# start database
mongod

# install dependencies
npm install

# server with hot reload (optional, requires nodemon)
nodemon

# running the server
node .