Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 1.02 KB

README.md

File metadata and controls

47 lines (28 loc) · 1.02 KB

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