Skip to content

PhilipK-webdev/Pokemon-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pokemon App

Introduction:Pokemon App

This project is a simple web application to learn about pokemons.

Built with

Application was built with the below list backend packages/libraries

  • Express - Building a robust and scalable backend
  • mongdoDB

API Features:

  • Postman folder contain JSON file of CRUD operations.

For the Frontend packages/libraries

  • React

Getting Started

  • Clone the Repo

  • Run npm i (install server)

  • cd to client

  • Run npm i (install react)

  • Create a .env file in the root directory of the app and save your mongoDB server credentials to a a variables:

    MONGODB_URL,DB,COLLECTION.

Development server:

  • Run node --watch server.js for a dev server.
  • Cd to client folder - Run npm run dev for a client.
  • Open Google Chrome or any browser and type - http://localhost:3000/.

Contributors

  • Philip Kouchner