Skip to content

mohannadzidan/meow-api

Repository files navigation

Meow Server

Table of Contents

Technologies

Technologies that I used to develop the REST API

Getting started

Requirements

  1. Clone the project and access the folder
git clone https://github.com/mohannadzidan/meow-server
  1. install dependencies
npm install
  1. Create the database using the sql queries at create-database.sql
  2. Create .env file inside the project folder
SECRET = {YOUR_PRIVATE_KEY}
MEOW_SERVER_ADDRESS = {IP_ADDRESS}
MEOW_SERVER_PORT = {PORT}
DATABASE_URL = mysql://{USERNAME}:{PASSWORD}@localhost:3306/meowdb
# set node_env to development or production
NODE_ENV = development
  1. run the server
npm run server
# or for development with nodemon
npm run start
  1. run the tests
npm run test

REST API reference in wiki

About

The backend of the Meow project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published