ayshiff / poke

Node JS - Express JS - MongoDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a simple app about NodeJS, mongoDB and pokemons...

Note: this project is still in developpement

Running Locally

Make sure you have Node.js and mongodb installed. Make sure your server databse is running and connected in the app.js file :

mongoose.connect('mongodb://localhost/'yourdatabase'');

git clone https://github.com/ayshiff/poke.git # or clone your own fork cd poke npm install npm start Your app should now be running on localhost:8000.

About

Node JS - Express JS - MongoDB


Languages

Language:JavaScript 55.1%Language:HTML 44.9%