Skip to content
This repository was archived by the owner on Mar 22, 2024. It is now read-only.

Decode84/Astro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3fae2ed ยท May 21, 2022
Apr 28, 2022
Apr 27, 2022
Mar 31, 2022
May 20, 2022
May 21, 2022
May 16, 2022
May 5, 2022
Apr 6, 2022
Mar 10, 2022
Apr 6, 2022
Mar 10, 2022
Apr 7, 2022
Mar 31, 2022
Apr 5, 2022
Mar 30, 2022
May 10, 2022
Apr 4, 2022
May 11, 2022

Repository files navigation

Astro Pizza Cat

๐Ÿ“– Overview

The project is developed by software engineering students as their P2 project. The project tries to eliminate all "metawork" in the startup phase. Metawork is something like setting up github repository, discord server, overleaf documents and more.

๐Ÿ‘Œ Requirements

โšก Quick start

Clone the git down to your desired folder.

git clone https://github.com/KB885/Astro.git

cd into the folder and install the needed libs needed. Eg. Tailwindcss, Express

npm install

cd into the src folder and rename the configuration file to .env

cp .env.example .env

Compile the needed frontend

npm run build:css

A secret key has to be generated. This key needs to be copied into the .env file under SECRET_KEY

npm run generate:key

Before the database works, some settings have to be set, e.g. whether it should run on cloud or local. This means you need to have a mongodb server running locally or on the cloud. For the installation of this referr to the documentation here (Linux)

๐Ÿ› ๏ธ Configuration

โš ๏ธ License

You can see the license here

About

P2 Project for AAU

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages