Skip to content

ToothCheck/Frontend-Admin

Repository files navigation

Frontend Admin

This frontend handles all admin related functions, requesting CRUD operations, and api requests to get map from mapboxgl.

Setup

Local install

Clone the latest code

git clone git@git.chalmers.se:courses/dit355/2023/student-teams/dit356-2023-04/frontend-admin.git

In the repository, create a .env file in the root directory, same directory as .env.dist, and follow the instructions inside .env.dist.

Run it easily with Docker

In root directory, run:

docker build -t image_name .

docker run -p computer_port:container_port image_name

Run it without Docker

In root directory, run:

npm install

npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors