Skip to content

CatWiki app. Frontend with React (Next JS for SSR) and Emotion (styled components). Backend with Node JS (Express framework) and mongoDB database.

Notifications You must be signed in to change notification settings

jsusvalle/catWiki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

{CatWiki}

Solution for a challenge from Devchallenges.io.

Table of Contents

Overview

imagen

Built With

Features

This application/site was created as a submission to a DevChallenges challenge. The challenge was to build an application to complete the given user stories.

How To Use

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/jsusvalle/catWiki

# Install dependencies
$ npm install

# Run the app (FRONTEND)
$ cd frontend
$ npm run dev

# Run the app (BACKEND)
$ cd backend
$ npm run dev

Contact

About

CatWiki app. Frontend with React (Next JS for SSR) and Emotion (styled components). Backend with Node JS (Express framework) and mongoDB database.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published