Skip to content

Database backend API for Ember Sensei Cards for cards and movies

License

Notifications You must be signed in to change notification settings

gregmalcolm/ember-sensei-cards-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ember Sensei Cards API

Provided as the backend for Ember Sensei Cards.

Hosts data for

  • Sensei Cards
  • Ember Movies

Getting Started

  1. Install mongoDB
https://docs.mongodb.com/manual/administration/install-community/
  1. Install NPM 6.x

It is suggested that you use Node Version Manager (NVM) to manage your npm installations.

Here is how to install npm 6.5 from the command using nvm:

nvm install 6.5
nvm alias default 6.5 <-- Optional. Will make npm 6.5 your default npm
nvm use 6.5

If you really don’t want to use NVM you can install from the nodejs website:

https://nodejs.org/en/
  1. Start the server

From the UNIX or Windows command line, cd into this repo and run:

npm start

  1. Check the browser

The API should be running on http://localhost:5000

About

Database backend API for Ember Sensei Cards for cards and movies

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published