Skip to content

Food Explorer is a restaurant web application with ReactJS and NodeJS-Express

Notifications You must be signed in to change notification settings

LucasSch2410/food-explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Food Explorer

About

This repository contains the source code of a web application with a FrontEnd in ReactJS and BackEnd in NodeJS and Express. An application with Admin routes and rights, dishes, edit dishes and create new dishes, saving all in SQLite database.

Tech

  • Reactjs
  • Nodejs
  • Javascript
  • Vite
  • Express
  • Nodemon
  • SQlite
  • Knex
  • Bcryptjs
  • JSON Web Token
  • Multer
  • Cors
  • Axios
  • Styled COmponents
  • Phospor Icons
  • Swiper
  • React Router Dom

How to use

$ git clone [email protected]:LucasSch2410/food-explorer.git

Back End

# Go To BackEnd directory
$ cd API

# Install dependencies
$ npm install

# Start the server
$ npm run dev

Front End

# Go To FrontEnd directory
$ cd food-explorer-frontend

# Install dependencies
$ npm install

# Start the server
$ npm run dev

# You can access the application at this URL:
http://localhost:5173/

# Admin user:
login: lucas
password: lucas

Deploy

I used Render to deploy the Backend and Netlify to deploy the Frontend. The link below is where the web application is running right now:

Online Website

About

Food Explorer is a restaurant web application with ReactJS and NodeJS-Express

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published